home *** CD-ROM | disk | FTP | other *** search
- Path: news1.cle.ab.com!usenet
- From: "Edward C. Korsberg" <korsberg@cle.ab.com>
- Newsgroups: comp.lang.c++
- Subject: Re: HELP: Calling functions from DLLs
- Date: 9 Jan 1996 13:05:54 GMT
- Organization: Allen Bradley
- Distribution: inet
- Message-ID: <4ctp7i$j1n@news1.cle.ab.com>
- References: <1996Jan8.194827.23308@zippy.dct.ac.uk> <1996Jan9.004130.8690@ohstpy>
- NNTP-Posting-Host: pipit.cle.ab.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1 (X11; U; SunOS 4.1.3 sun4m)
- X-URL: news:1996Jan9.004130.8690@ohstpy
-
- vancleef@ohstpy.mps.ohio-state.edu wrote:
- >I don't know if this is your problem, but if you want
- >to link with a .DLL in Borland C++, use the IMPLIB facility.
- >
- >This creates a .LIB file from you .DLL, which you link
- >with your application. The .LIB contains information as to
- >how the .DLL is used.
-
- In Unix there is a utility called nm (print symbol name list).
- Is there an equivalent utility in dos or windows or borland or visualC
- that would allow me to examine the symbols residing in LIB or EXE or DLL files?
-
- --
- ----------------------------------------------------------
- Ed Korsberg E-mail: Edward.Korsberg@cle.ab.com
- Allen Bradley Inc. phone: 216-646-4456, FAX 216-646-4479
- 1 Allen Bradley Drive Mayfield Heights, Ohio 44124-6118
-
-